home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / hardware / vector-connection / devs / mountlist < prev    next >
Encoding:
Text File  |  1995-03-09  |  881 b   |  60 lines

  1. /*
  2.  * $Header$
  3.  *
  4.  */
  5.  
  6. /*
  7.  * This is an example-mountlist for the Vector Connection board
  8.  *
  9.  */
  10.  
  11. /*
  12.  * 1. a standard handler for a serial port . This handler is
  13.  *    similar to the SER: handler
  14.  *
  15.  */
  16.  
  17. VS0:
  18.     Handler            = L:vectorser-handler
  19.     StartUp            = vectorser/0
  20.     StackSize        = 5000
  21.     Priority        = 5
  22.     GlobVec            = 1
  23. #
  24.  
  25. /*
  26.  * 2. a console handler for a Duart-Channel. This handler is
  27.  *    similar to the AUX: handler
  28.  *
  29.  */
  30.  
  31. VSA0:
  32.     Handler            = L:vectorser-aux-handler
  33.     StartUp            = vectorser/0
  34.     StackSize        = 5000
  35.     Priority        = 5
  36.     GlobVec            = 1
  37. #
  38.  
  39. /*
  40.  * 3. a standard handler for a Parallel Port. This handler is
  41.  *    similar to the PAR: handler
  42.  *
  43.  */
  44.  
  45. VP0:
  46.     Handler            = L:vectorpar-handler
  47.     StartUp            = vectorpar/0
  48.     StackSize        = 5000
  49.     Priority        = 5
  50.     GlobVec            = 1
  51. #
  52.  
  53. VP1:
  54.     Handler            = L:vectorpar-handler
  55.     StartUp            = vectorpar/1
  56.     StackSize        = 5000
  57.     Priority        = 5
  58.     GlobVec            = 1
  59. #
  60.